body, html, div, h1, h2, h3, h4, h5, h6, table, tbody, th, tr, ul, li dl, dt, dd, p, a, form, input,span{
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  outline: 0;
  font-family:''苹方-简 中黑体', '苹方-简 常规体', '苹方-简', sans-serif';
  font-size: 14px;
  font-style: normal;
  vertical-align:baseline;
  background:transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
}
@media (max-width: 768px) {
  body {
    min-width: 100% !important;
  }
}
body {
  min-width: 1200px;
  -webkit-text-size-adjust: 100% !important;
}
body * {
  box-sizing: border-box;
}
:focus {
outline: 1;
}
.wrap{
  width:1120px;
  margin: 0 auto;
  text-align: left;
  height: auto;
  overflow: hidden;
}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display:block;}

nav ul {list-style:none;}

.clear{ clear:both}
.clearFix::after{
  display: block;
  content: '';
  clear: both;
}
ul,li{
  list-style:none;
}
a:visited,
a:active,
a:focus,
a, a * {
  text-decoration: none;
}
a:hover{
  color: var(--main);
  text-decoration: none;
  cursor: pointer;
}
button {
  outline: 0;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.flex {
  display: flex;
}
.flexCs {
  display: flex;
  justify-content: space-between;
}
.flexBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapContent {
  width: 1300px;
  margin: 0 auto;
}
.noFalse::before,
.noFalse::after {
  display: none;
}
.capital {
  text-transform: uppercase;
}
.singleText {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: inherit;
}
.multilineText {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gray {
  background: #F6F6F6;
}
.thumb {
  overflow: hidden;
}
.thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.thumb:hover img {
  transform: scale(1);
}

.text-center {
  text-align: center !important;
}

.rotate {
  transform: rotate(-180deg);
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.linearText {
  background: var(--linear);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

:root {
  --main: #323896;
  --white: #FFFFFF;
  --minor: #102863;
  --black: #000000;
  --assist: #F1FAF5;
  --text-hover: #323896;
  --text-gray:#F2F5F9;
  --color-minor: #649C7B;
  --color-primary: #14c9c9;
  --color-success: #4cd964;
  --color-warning: #FF832A;
  --color-error: #dd524d;
  --color-info: #797979;
  --color-ccc: #cccccc;
  --page-bg: #f7f8fa;
  --text-color:#333;
  --text-color-inverse:#fff;
  --text-color-gray:#F2F5F9;
  --text-color-grey:#999;
  --text-color-placeholder: #808080;
  --text-color-disable: #c0c0c0;
  --linear: linear-gradient(90deg, #E02460, #3C67D2);
}

/************ Common ************/
.headerBar {
  display: flex;
  background: rgba(255, 255, 255, 0);
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color:rgba(255, 255, 255, 0.117647058823529);
  padding: 0 2%;
  box-shadow:0px 5px 5px rgba(0, 0, 0, 0.0470588235294118);
}

/* 滚动后的导航栏样式 */
.headerBar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0px 2px 25px rgba(88, 126, 225, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.headerBar .logo {
  min-width: 299px;
  width: 53px;
}
.headerBar .logo img {
  display: block;
  width: 290px;
  width: 100%;
  min-width: 299px;
  height: 53px;
  object-fit: contain;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 3px 8px rgba(0,0,0,0.4)) brightness(1.1) contrast(1.1);
  transform: scale(1);
}

/* 滚动后logo样式 */
.headerBar.scrolled .logo img {
  filter: none;
  transform: scale(0.98);
}

.navList {
  display: flex;
  align-items: center;
  margin-left: 60px;
  margin-left: 4%;
  height: 100%;
  gap: 5px;
}
.navList li {
  height: 100%;
  display: flex;
  align-items: center;
}
.navList li a {
  min-width: 85px;
  display: block;
  padding: 0 1vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navList li a span {
  color: rgba(255, 255, 255, 0.95);
  /* font-size: 18px; */
  font-size: 15px;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
  letter-spacing: 0.5px;
}

/* 滚动后导航文字样式 */
.headerBar.scrolled .navList li a span {
  color: #102863;
  text-shadow: none;
}
.navList li a:hover,
.navList li a.selected {
  background: rgba(246, 245, 250, 0.9);
  border-bottom: 2px var(--linear) solid;
  position: relative;
  border-radius: 8px 8px 0 0;
}

/* 透明状态下的悬停效果 */
.headerBar:not(.scrolled) .navList li a:hover,
.headerBar:not(.scrolled) .navList li a.selected {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px var(--linear) solid;
}

.headerBar:not(.scrolled) .navList li a:hover span,
.headerBar:not(.scrolled) .navList li a.selected span {
  color: rgba(255, 255, 255, 1);
}
.navList li a.selected::after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--linear);
  position: absolute;
  left: 0;
  bottom: 0;
}
.navList li a:hover span,
.navList li a.selected span {
  font-weight: 700;
  background: var(--linear);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Header 悬浮效果 */
.headerBar:hover,
.headerBar.scrolled {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0px 2px 25px rgba(88, 126, 225, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.headerBar:hover .logo img,
.headerBar.scrolled .logo img {
  content: url('/static/images/logo.png');
  filter: none;
  transform: scale(0.98);
}

.headerBar:hover .navList li a span,
.headerBar.scrolled .navList li a span {
  color: #000000;
  text-shadow: none;
}

.headerBar:hover .navList li a:hover span,
.headerBar:hover .navList li a.selected span,
.headerBar.scrolled .navList li a:hover span,
.headerBar.scrolled .navList li a.selected span {
  background: var(--linear);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 下拉菜单样式 */
.navList li.hasDropdown {
  position: relative;
}

.navList li.hasDropdown .dropdownMenu {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  width: 100vw;
  background: #ffffff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  border-bottom: 1px solid #eee;
}

.navList li.hasDropdown .dropdownMenu .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  padding: 15px 0;
  align-items: flex-start;
}

.navList li.hasDropdown .dropdownMenu .companyInfo {
  width: 291px;
  height: 184px;
  padding-right: 20px;
  border-right: 1px solid #000;
}

.navList li.hasDropdown .dropdownMenu .companyInfo .title {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
}

.navList li.hasDropdown .dropdownMenu .companyInfo .subtitle {
  font-size: 16px;
  color: #696969;
  margin-bottom: 10px;
  line-height: 1.5;
}

.navList li.hasDropdown .dropdownMenu .companyInfo .image {
  width: 251px;
  height: 109px;
  border-radius: 8px;
  overflow: hidden;
}

.navList li.hasDropdown .dropdownMenu .companyInfo .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navList li.hasDropdown .dropdownMenu .menuContent {
  margin-top: 29px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* 新闻中心特殊样式 */
.navList li.hasDropdown .dropdownMenu .newsList {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  width: 100%;
  height: 184px;
}

.navList li.hasDropdown .dropdownMenu .newsList .item {
  display: block;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  text-decoration: none;
  color: inherit;
  height: 184px;
}

.navList li.hasDropdown .dropdownMenu .newsList .item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.navList li.hasDropdown .dropdownMenu .newsList .item .thumb {
  width: 100%;
  height: 130px;
  overflow: hidden;
}

.navList li.hasDropdown .dropdownMenu .newsList .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navList li.hasDropdown .dropdownMenu .newsList .item .title {
  padding-top: 5px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  white-space: nowrap; /* 不换行 */
  overflow: hidden;    /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 显示省略号 */
}

.navList li.hasDropdown .dropdownMenu .newsList .item .date {
  padding-top: 5px;
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
}

.navList li.hasDropdown .dropdownMenu .newsList .item .date::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23999"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/></svg>') no-repeat center;
  background-size: contain;
  margin-right: 6px;
  flex-shrink: 0;
}

.navList li.hasDropdown .dropdownMenu .newsList .item:hover .title {
  color: #E02460;
}

/* 产品中心特殊样式 */
.navList li.hasDropdown .dropdownMenu .productsList {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  width: 100%;
  height: 184px;
}

.navList li.hasDropdown .dropdownMenu .productsList .item {
  display: block;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  text-decoration: none;
  color: inherit;
  height: 184px;
}

.navList li.hasDropdown .dropdownMenu .productsList .item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.navList li.hasDropdown .dropdownMenu .productsList .item .thumb {
  width: 100%;
  height: 130px;
  overflow: hidden;
}

.navList li.hasDropdown .dropdownMenu .productsList .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navList li.hasDropdown .dropdownMenu .productsList .item .title {
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.navList li.hasDropdown .dropdownMenu .productsList .item:hover .title {
  color: #E02460;
}

.navList li.hasDropdown .dropdownMenu .menuColumn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navList li.hasDropdown .dropdownMenu .menuColumn ul li {
  display: block;
  height: auto;
  margin-bottom: 8px;
  border: none !important;
  outline: none !important;
  background: none !important;
}

.navList li.hasDropdown .dropdownMenu .menuColumn ul li a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 0;
  min-width: auto;
  height: auto;
  justify-content: flex-start;
  text-align: left;
  position: relative;
  border: none !important;
  outline: none !important;
  background: none !important;
  box-shadow: none !important;
}

.navList li.hasDropdown .dropdownMenu .menuColumn ul li a::before {
  content: '•';
  color: #E02460;
  font-size: 18px;
  margin-right: 12px;
  font-weight: bold;
}

.navList li.hasDropdown .dropdownMenu .menuColumn ul li a:hover {
  color: #E02460;
  border: none !important;
  outline: none !important;
  background: none !important;
  box-shadow: none !important;
}



.navList li.hasDropdown.active .dropdownMenu {
  opacity: 1;
  visibility: visible;
}

/* 菜单项激活状态 */
.navList li.hasDropdown.active > a {
  /* 移除所有背景和边框效果 */
}

.headerBar:not(.scrolled) .navList li.hasDropdown.active > a {
  /* 移除所有背景和边框效果 */
}

.navList li.hasDropdown.active > a span {
  font-weight: 700;
  background: var(--linear);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.headerBar:not(.scrolled) .navList li.hasDropdown.active > a span {
  color: #C1174E;
  background: none;
  -webkit-text-fill-color: initial;
}

/* 京东店铺样式 */
.jd {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.jd a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.jd a:hover {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

/* header悬浮时京东店铺样式 */
.headerBar:hover .jd {
  border-left-color: rgba(16, 40, 99, 0.2);
}

.headerBar:hover .jd a {
  color: #102863;
  text-shadow: none;
}

.headerBar:hover .jd a:hover {
  color: #E02460;
}

/* 响应式设计 */
@media (max-width: 1024px) {
  .navList li.hasDropdown .dropdownMenu .container {
    padding: 30px 15px;
    gap: 30px;
    flex-direction: column;
  }
  
  .navList li.hasDropdown .dropdownMenu .companyInfo {
    flex: none;
    max-width: 100%;
  }
  
  .navList li.hasDropdown .dropdownMenu .menuContent {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .jd {
    margin-left: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .navList li.hasDropdown .dropdownMenu .container {
    padding: 20px 15px;
  }
  
  .navList li.hasDropdown .dropdownMenu .companyInfo .title {
    font-size: 20px;
  }
  
  .navList li.hasDropdown .dropdownMenu .companyInfo .subtitle {
    font-size: 13px;
  }
  
  .navList li.hasDropdown .dropdownMenu .companyInfo .image {
    height: 150px;
  }
}

.headerUserBar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  padding-left: 20px;
}
.headerUserBar a.btn {
  display: block;
  width: 80px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 50px;
  background: var(--linear);
  text-align: center;
  line-height: 28px;
  position: relative;
  color: var(--white);
  padding: 0;
  margin-left: 15px;
}
.headerUserBar a.btn.login::after {
  display: block;
  content: '';
  width: 78px;
  height: 28px;
  background: var(--white);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 100px;
}
.headerUserBar a.btn.login span {
  display: block;
  width: 78px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  color: #000;
  z-index: 2;
}
.headerUserBar a.btn.logined,
.headerUserBar a.btn.logined::after {
  border-radius: 0;
  background: var(--white);
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.headerUserBar a.btn.logined span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.headerUserBar a.btn.logout {
  width: 70px;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}

.jd a {
  display: block;
  min-width: 85px;
  text-align: center;
  margin: 0 1%;
  color: rgba(255, 255, 255, 0.95);
  /* font-size: 18px; */
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
  letter-spacing: 0.5px;
  padding: 8px 12px;
  border-radius: 6px;
}

.jd a:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

/* 滚动后右侧链接样式 */
.headerBar.scrolled .jd a {
  color: #102863;
  text-shadow: none;
  font-weight: 400;
}

.headerBar.scrolled .jd a:hover {
  background: rgba(60, 103, 211, 0.1);
}

/* 透明状态下的按钮样式 */
.headerBar .headerUserBar a.btn {
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #102863 !important;
}

.headerBar .headerUserBar a.btn:not(.login) span {
  color: #102863 !important;
  font-weight: 500;
}

/* 注册按钮悬停效果 */
.headerBar .headerUserBar a.btn:not(.login):hover {
  background: rgba(255,255,255,1);
  border-color: rgba(255,255,255,0.4);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* 登录按钮（红色渐变背景） */
.headerBar .headerUserBar a.btn.login {
  background: var(--linear) !important;
  color: rgba(255, 255, 255, 1) !important;
  border: 1px solid rgba(193, 23, 78, 0.3);
  box-shadow: 0 4px 15px rgba(193, 23, 78, 0.2);
}

.headerBar .headerUserBar a.btn.login::after {
  display: none;
}

.headerBar .headerUserBar a.btn.login span {
  color: rgba(255, 255, 255, 1) !important;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.headerBar .headerUserBar a.btn.login:hover {
  background: var(--linear) !important;
  color: rgba(255, 255, 255, 1) !important;
  border-color: rgba(193, 23, 78, 0.5);
  box-shadow: 0 6px 20px rgba(193, 23, 78, 0.3);
  transform: translateY(-1px);
}

/* 滚动后的按钮样式 */
.headerBar.scrolled .headerUserBar a.btn {
  border: none;
  background: var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #102863 !important;
}

.headerBar.scrolled .headerUserBar a.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  background: var(--white);
}

.headerBar.scrolled .headerUserBar a.btn:not(.login) span {
  color: #102863 !important;
}

/* 滚动后的登录按钮（红色渐变背景） */
.headerBar.scrolled .headerUserBar a.btn.login {
  background: var(--linear) !important;
  color: var(--white) !important;
  box-shadow: 0 2px 10px rgba(193, 23, 78, 0.2);
  border: 1px solid rgba(193, 23, 78, 0.3);
}

.headerBar.scrolled .headerUserBar a.btn.login:hover {
  background: var(--linear) !important;
  box-shadow: 0 4px 15px rgba(193, 23, 78, 0.3);
  transform: translateY(-1px);
  border-color: rgba(193, 23, 78, 0.5);
}

.headerBar.scrolled .headerUserBar a.btn.login span {
  color: var(--white) !important;
}

.headerBar.scrolled .headerUserBar a.btn.login::after {
  display: none;
}

/* 语言选择样式 */
.language .dropdown-toggle {
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid transparent;
}

.language .dropdown-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.headerBar.scrolled .language .dropdown-toggle {
  color: #102863 !important;
  text-shadow: none !important;
  font-weight: 400;
}

.headerBar.scrolled .language .dropdown-toggle:hover {
  background: rgba(60, 103, 211, 0.1);
  border-color: rgba(60, 103, 211, 0.2);
}

/* 整体布局优化 */
.headerBar > * {
  flex-shrink: 0;
}

.headerBar .logo {
  margin-right: auto;
}

.language {
  margin-left: 15px;
}

.footer {
  padding-top: 90px;
  background: url(../images/homebg2.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
  background-position: center;
  z-index: 1;
  height: 700px;
  display: flex;
  flex-direction: column;
}
.footer .list {
  width: 900px;
  flex: 0 0 900px;
  justify-content: space-between;
}
.footer dl {
  width: 100px;
}
.footer dl + dl {
  width: 110px;
  text-align: center;
}
.footer dt a {
  display: block;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px; /* 240% */
}
.footer dd a {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  opacity: 0.8;
}
.footer .others {
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .others .qrcode {
  width: 140px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px; /* 200% */
  /* letter-spacing: 2.4px; */
  text-align: center;
}
.footer .others .qrcode img {
  width: 100%;
  height: 140px;
}
.footer .telephoneWrap {
  width: 160px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid rgba(51, 51, 51, 0.30);
  background: rgba(51, 51, 51, 0.05);
  display: flex;
  margin-top: 16px;
  justify-content: space-between;
  align-items: center;
}
.footer .telephoneWrap .number {
  padding: 0 12px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px; /* 184.615% */

}
.footer .telephoneWrap .icon {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #3C67D3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: var(--white);
  margin-right: 2px;
}
.footer .telephoneWrap .iconfont {
  font-size: 24px;
}
.footer .container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.footer .flexCs {
  flex: 1;
}

.footer .copyright {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px; /* 240% */
  margin-top: auto;
  border-top: 1px rgba(51, 51, 51, 0.20) solid;
}
.footer .copyright *,
.footer .copyright a {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
  text-decoration-line: underline;
}

.pagination {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px auto;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  color: #102863;
}
.pagination li .selected {
  background: #102863;
  color: var(--white);
  border-color: #102863;
}
.lastOrNext {
  display: flex;
  justify-content: center;
  padding-top: 35px;
  border-top: 1px #E3E3E3 solid;
}
.pageitem {
  width: 350px;
  margin: 15px 10px 0;
  border-radius: 6px;
  background: #F3F5F6;
  padding: 15px 20px 15px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.9px;
}
.pageitem span {
  display: block;
  color: #727377;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.9px;
}
.pageitem a {
  /* color: #727377; */
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.9px;
}

.memberFooter {
  background: var(--white);
  box-shadow: 0px -4px 4px 0px rgba(88, 126, 225, 0.10);
}
.memberFooter .flexBox {
  height: 110px;
}
.memberFooter .copyright {
  color: #102863;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px; /* 300% */
}
.memberFooter .copyright a {
  color: #102863;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px; /* 300% */
}
.memberFooter .copyright span {
  display: none;
}
.memberFooter .navi {
  display: flex;
  align-items: center;
}
.memberFooter .navi .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3C67D3;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.56px;
  margin-left: 15px;
}
.memberFooter .navi .iconfont {
  color: #3C67D3;
  font-size: 46px;
  width: 46px;
  height: 46px;
}
.loginBanner {
  margin-top: 80px;
}
.loginBanner .en {
  color: #1E2538;
  text-shadow: 0px 8px 14px rgba(88, 126, 225, 0.16);
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
}
.loginBanner .cn {
  display: inline-block;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 40px;
  font-weight: 800;
}

.footer2 {
  padding-top: 90px;
  background: url(../images/homebg2.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
  background-position: center;
  z-index: 1;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.footer2 .list2 {
  display: flex;
  justify-content: space-between;
}
.footer2 dl {
  width: 100px;
  text-align: center;
}
.footer2 dl + dl {
  width: 110px;
  text-align: center;
}
.footer2 dt a {
  display: block;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px; /* 240% */
}
.footer2 dd a {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  opacity: 0.8;
}
.footer2 .others2 {
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer2 .others2 .qrcode2 {
  width: 140px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px; /* 200% */
  /* letter-spacing: 2.4px; */
  text-align: center;
}
.footer2 .others2 .qrcode2 img {
  width: 100%;
  height: 140px;
}
.footer2 .telephoneWrap2 {
  width: 160px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid rgba(51, 51, 51, 0.30);
  background: rgba(51, 51, 51, 0.05);
  display: flex;
  margin-top: 16px;
  justify-content: space-between;
  align-items: center;
}
.footer2 .telephoneWrap2 .number2 {
  padding: 0 12px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px; /* 184.615% */

}
.footer2 .telephoneWrap2 .icon2 {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #3C67D3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: var(--white);
  margin-right: 2px;
}
.footer2 .telephoneWrap2 .iconfont {
  font-size: 24px;
}
.footer2 .container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.footer2 .flexCs2 {
  flex: 1;
}

.footer2 .copyright2 {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px; /* 240% */
  margin-top: auto;
  border-top: 1px rgba(51, 51, 51, 0.20) solid;
}
.footer2 .copyright2 *,
.footer2 .copyright2 a {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
  text-decoration-line: underline;
}